home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Full / Panda Internet Security 2009 / IS09PROMO3M.exe / [0] / Files / PlaWiz.dll / 0 / RCDATA / TFORMENTERURL / TFORMENTERURL.txt < prev   
Text File  |  2008-07-17  |  1KB  |  75 lines

  1. object FormEnterUrl: TFormEnterUrl
  2.   Left = 655
  3.   Top = 382
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'A∩┐╜adir p∩┐╜gina web'
  7.   ClientHeight = 96
  8.   ClientWidth = 311
  9.   Color = 14215660
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Scaled = False
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnKeyUp = FormKeyUp
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object LTitulo: TLabel
  24.     Left = 56
  25.     Top = 12
  26.     Width = 132
  27.     Height = 13
  28.     Caption = 'Direcci∩┐╜n de la p∩┐╜gina web:'
  29.   end
  30.   object Image1: TImage
  31.     Left = 14
  32.     Top = 16
  33.     Width = 24
  34.     Height = 24
  35.     Picture.Data = {<image001.bmp>}
  36.     Transparent = True
  37.   end
  38.   object txtUrl: TPlaEdit
  39.     Left = 56
  40.     Top = 31
  41.     Width = 244
  42.     Height = 21
  43.     Cursor = crIBeam
  44.     MaxLength = 64
  45.     TabOrder = 0
  46.     Transparent = False
  47.     OnKeyDown = FormKeyUp
  48.   end
  49.   object ButtonCancel: TPlaButton
  50.     Tag = 2400
  51.     Left = 227
  52.     Top = 64
  53.     Width = 73
  54.     Height = 21
  55.     Anchors = [akRight, akBottom]
  56.     Caption = '&Cancelar'
  57.     TabOrder = 1
  58.     TabStop = False
  59.     Cancel = True
  60.     ModalResult = 2
  61.   end
  62.   object ButtonAceptar: TPlaButton
  63.     Tag = 2200
  64.     Left = 146
  65.     Top = 64
  66.     Width = 73
  67.     Height = 21
  68.     Anchors = [akRight, akBottom]
  69.     Caption = '&Aceptar'
  70.     TabOrder = 2
  71.     OnClick = ButtonAceptarClick
  72.     Default = True
  73.   end
  74. end
  75.